@charset "UTF-8";
/* initialize start */
* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

html, body {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    font-family: "Microsoft YaHei";
    background: #fff;
    cursor: default;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, select {
    margin: 0;
    padding: 0;
}

th {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

* html .clearfix {
    height: 1%;
}

h1, h2, h3, h4, h5, h6, em, i, b {
    font-style: normal;
    font-weight: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
}

* a:hover {
    outline: none;
    blur: expression(this.onFocus=this.blur());
}

img {
    border: 0px none;
    vertical-align: bottom;
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
}

input, textarea {
    border: 0 none;
    vertical-align: middle;
    outline: none;
    background: none;
    font-style: normal;
}

select {
    vertical-align: middle;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header, .footer, .banner, .wrapper {
    min-width: 1200px;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: fixed;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    background: #fff;
}

.header .logo {
    height: 100%;
    width: 185px;
    float: left;
    line-height: 45px;
    display: flex;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.header .logo img {
    height: 40px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.header .logo .name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 50px;
    align-items: center
}

.header .nav {
    width: 815px;
    float: right;
}

.header.fixed .logo {
    height: 50px;
    line-height: 40px;
}

.header.fixed .logo img {
    height: 32px;
}

.header .nav .chain {
    width: 100%;
    color: #999;
    height: 24px;
    padding-top: 12px;
    transition: all ease-in-out .3s;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.header.fixed .chain {
    height: 0;
    padding-top: 0;
    opacity: 0;
    overflow: hidden;
}

.header .nav .chain a {
    display: inline-block;
    float: right;
    color: #999;
    line-height: 24px;
    padding: 0 8px;
    height: 24px;
}

.header .nav .chain a:hover {
    color: #e31f26;
}

.header .nav .chain span {
    padding: 0 20px;
    background-position: 78px -106px;
    color: #af172a;
}

.header .nav .chain .sm_a1 {
    background-position: 0 5px;
}

.header .nav .chain .sm_a2 {
    background-position: 0 -35px;
}

.header .nav .chain em {
    background: #d6d6d6;
    width: 1px;
    height: 14px;
    margin: 5px 8px;
    display: inline-block;
    float: right;
}

.nice-select {
    float: right;
    width: 30px;
    margin-left: 2px;
    padding: 0 10px 0 0;
    margin-top: 12px;
    background: url(../image/wl2.png) 28px 10px no-repeat;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.nice-select:hover {
    background-position: 28px -14px;
}

.nice-select.on {
    background-position: 28px -35px;
}

.nice-select input {
    display: block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    border: 0;
    outline: 0;
    background: none;
    color: #999;
    cursor: pointer;
}

.nice-select ul {
    width: 32px;
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    overflow: hidden;
    background-color: #fff;
    z-index: 4;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;

}

.nice-select ul li {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    text-align: center;
}

.nice-select ul li:hover {
    background: #fce8e9;
}

.nice-select ul .on, .nice-select ul li.on:hover {
    cursor: default;
    background-color: #fafafa;
    color: #ccc
}

.header .nav .chain .nice-select {
    float: right;
}

.header .nav .menu {
    width: 100%;
    height: 50px;
    float: right;
    transition: all 0.2s;
    position: relative;
}

.header .nav .menu ul {
    float: right;
}

.header .nav .menu ul > li {
    float: left;
    text-align: center;
    margin: 0 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    position: relative;
    z-index: 3;
}

.header .nav .menu ul > li > a {
    display: block;
    font-size: 16px;
    color: #222;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: relative;
}

.header .nav .menu ul > li > a:hover,
.header .nav .menu ul > li a.on {
    color: #009dee;
}

.header .nav .menu ul > .active > a {
    color: #009dee;
}

.curBg, .playBg, .ctBg {
    background: #009dee;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 34px;
    left: 0px;
}

.hd_shadow {
    height: 27px;
    width: 100%;
    left: 0;
    bottom: -27px;
    background: url(../image/hd_ln.png) repeat-x;
    position: absolute;
    z-index: 2;
}

.hd_shadow.top {
    top: 0;
}

.content {
    margin-top: 50px;
}

.main_container {
    width: 1200px;
    margin: 0 auto;
}

.footer {
    background: #333;
}

.ft_bt_color {
    padding: 3px 0;
    background: #222;
}

.footer_bt p {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    padding-right: 24px;
}

.footer_bt p em {
    display: inline-block;
    height: 10px;
    width: 2px;
    margin: 0 8px;
    background: #1d1d1d;
}

.police_lk {
    float: right;
    display: inline-block;
    padding: 8px 0 0 52px;
    vertical-align: middle;
}

.police_lk a {
    display: inline-block;
    height: 24px;
    background: url(../images/wl_57.png) no-repeat;
    margin-left: 15px;
    float: left;
}

.police_lk .pc_a1 {
    background-position: 0 0;
    width: 25px;
}

.police_lk .pc_a2 {
    background-position: -38px 0;
    width: 46px;
}

.extra_list {
    float: left;
    min-height: 202px;
}

.extra_list li {
    float: left;
    width: 151px;
}

.extra_list .ex_fast {
    width: 201px;
    padding: 0 60px 0 20px;
}

.extra_lk {
    padding: 50px 0 0;
}

.extra_list li a, .extra_list li b {
    display: block;
}

.extra_list li .ft_tit {
    color: #ccc;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 26px;
}

.extra_list li a {
    padding-bottom: 14px;
    line-height: 24px;
    color: #999
}

.extra_list a, .extra_list p {
    color: #999;
}

.extra_list em {
    color: #ccc;
}

.extra_list p, .extra_list em {
    line-height: 25px;
}

.extra_list a:hover {
    color: #ccc;
}

.extra_list li .ft_tit:hover {
    color: #ebebeb
}

.coud_box {
    float: left;
    height: 160px;
    width: 100%;
    position: relative;
}

.line_rt {
    display: inline-block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #595959;
    position: absolute;
}

.phone {
    padding-bottom: 20px;
    line-height: 28px;
}

.phone em {
    color: #fff;
    font-size: 18px;
    margin-right: 18px;
}

.work_time p {
    font-size: 12px;
    display: block;
    color: #666;
    line-height: 20px;
}

.work_time p.help_a {

    padding-top: 15px;
}

.work_time p.help_a a {
    font-size: 14px;
    color: #999;
    padding-bottom: 0;
}

.work_time p.help_a a:hover {
    color: #ccc;
}

.ft_add {
    float: right;
    width: 230px;
    padding-right: 21px;
    text-align: right;
}

.ft_add span {
    margin-bottom: 24px;
}

.ft_add span, .ft_add p {
    display: block;
}

.ft_add p {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    padding-right: 25px;
}


.footers {
    width: 100%;
    height: 149px;
    background: rgb(30, 29, 32);
}

.fo {
    width: 86%;
    height: 149px;
    margin: 0 auto;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fo_1 {
    overflow: hidden;
    padding-top: 60px;
}

.fo_1_img {
    width: 53px;
    height: 32px;
    float: left;
    margin-top: 6px;
}

.fo_1_d {
    float: left;
    padding-left: 10px;
}

.fo_1_d h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 7px;
}

.fo_1_d span {
    color: rgb(199, 198, 199);
    font-size: 14px;
}

.fo_2 {
    text-align: center;
    padding-top: 48px;
    /*padding-left: 4%;
    padding-right: 4%;*/
}

.fo_2_d {
    font-size: 14px;
    color: rgb(238, 241, 240);
}

.fo_2_d a {
    color: #fff;
}

.fo_2_d span {
    margin: 0 8px;
}

.fo_2_d2 {
    color: rgb(132, 133, 133);
    font-size: 12px;
}

.fo_2_d3 {
    color: rgb(132, 133, 133);
    font-size: 12px;
}

.fo_2_d3 img {
    vertical-align: middle;
    height: 15px;
}

.fo_3 {
    padding-top: 35px;
}

.fo_3_d {
    float: left;
}

.fo_3_img {
    float: left;
}

.fo_3_h3 {
    font-size: 14px;
    color: rgb(144, 148, 148);
    padding-top: 8px;
}

.fo_3_s1 {
    font-size: 24px;
    color: rgb(144, 148, 148);
}

.fo_3_s2 {
    font-size: 12px;
    color: rgb(144, 148, 148);
}

.fo_3_img {
    width: 83px;
    height: 80px;
    margin: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

/*向下进入*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*左右进入*/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -moz-opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none
    }
}

.scr_box, .ad_message {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.scr_box.act, .act .ad_message {
    -webkit-animation: fadeInUp .3s ease-in-out forwards;
    -moz-animation: fadeInUp .3s ease-in-out forwards;
    -ms-animation: fadeInUp .3s ease-in-out forwards;
    animation: fadeInUp .3s ease-in-out forwards;
}